projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c47ced2
)
python-setuptools: use $(PYTHON_PKG_DIR) short-hand
author
Alexandru Ardelean
<
[email protected]
>
Tue, 16 Dec 2014 10:41:14 +0000
(12:41 +0200)
committer
Alexandru Ardelean
<
[email protected]
>
Tue, 6 Jan 2015 12:21:36 +0000
(14:21 +0200)
Signed-off-by: Xuefer Tinys <
[email protected]
>
Signed-off-by: Alexandru Ardelean <
[email protected]
>
lang/python-setuptools/Makefile
patch
|
blob
|
history
diff --git
a/lang/python-setuptools/Makefile
b/lang/python-setuptools/Makefile
index 0511791a77b3f6a951e264530e118bd2c5f2638e..6c5cba8df82c9f43be98aba21b075f94abba44f8 100644
(file)
--- a/
lang/python-setuptools/Makefile
+++ b/
lang/python-setuptools/Makefile
@@
-44,10
+44,10
@@
define PyPackage/python-setuptools/filespec
endef
define Build/InstallDev
- $(INSTALL_DIR) $(2)
/lib/python$(PYTHON_VERSION)/site-packages
+ $(INSTALL_DIR) $(2)
$(PYTHON_PKG_DIR)
$(CP) \
- $(PKG_INSTALL_DIR)
/usr/lib/python$(PYTHON_VERSION)/site-packages/*
\
- $(
HOST_PYTHON_LIB_DIR)/site-packages
+ $(PKG_INSTALL_DIR)
$(PYTHON_PKG_DIR)
\
+ $(
2)$(PYTHON_PKG_DIR)
endef
define PyPackage/python-setuptools/install